@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Roboto", sans-serif;
}

p {
    margin: 0;
    padding: 0;
}

.section-title {
    font-size: 48px;
    margin-bottom: 60px;
    text-align: center;
}

.section-title-green {
    color: #154F29;
    font-weight: 700;
}

.section-title-white {
    color: #FFF;
    font-weight: 700;
}

.section-subtitle-sm p {
    color: #FFF;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: center;
}

.header-ld {
    align-items: center;
    border-bottom: 1px solid #ddd;
    display: flex;
    height: 100px;
    position: relative;
    transition: all .8s;
    z-index: 100!important;
}

.sticky-wrapper.is-sticky .header-ld {
    background-color: #FFF;
    box-shadow: 0 0 7px #494848;
    -webkit-box-shadow: 0 0 7px #494848;
    -moz-box-shadow: 0 0 7px #494848;
    height: 85px;
    opacity: .8;
}

.logo {
    display: inline-block;
}

.sticky-wrapper.is-sticky .header-ld .logo-green {
    display: block!important;
}

.col-naveg {
    display: flex;
    align-items: center;
    justify-content: end;
}

.naveg {
    float: right;
    margin-bottom: 0;
}

.naveg li {
    display: inline-block;
    list-style-type: none;
    margin-left: 26px;
}

.naveg li a {
    color: #154F29;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}

.naveg li a:hover {
    color: #154F29;
}

.slider {
    /* background: linear-gradient(270deg, #FFF 0%, #EBECF0 100%); */
    background: #f9f9f9;
    background-image: url("https://fcmsantacasasp.edu.br/vemprasanta/wp-content/themes/fcm-new/assets/imgs/landingpage/bg-slide.png");
    background-size: cover;
    background-position: -100px top;
    background-repeat: no-repeat;
    margin-top: -150px;    
}

.slider-left, 
.slider-right  {
    min-height: 700px;
}

.slider-left {
    align-items: center;
    display: flex;
    padding-top: 110px;
}

.slider-right {
    align-items: end;
    display: flex;
    justify-content: end;
    overflow: hidden;
}

.slider-title {
    color: #154F29;
    font-size: 65px;
    font-weight: 700;
    line-height: 65px;
}

.slider-left p {
    color: #8d8d8d;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 35px;
    margin-top: 35px;
}

.slider-img {
    bottom: -160px;
    position: relative;
    width: 670px;
}

.selo {    
    display: block;
    margin: -22px auto 0 auto;
    width: 110px;
}

.cursos {
    padding-bottom: 50px;
    padding-top: 50px;
}

.cursos-item {
    height: 370px;
    margin-bottom: 15px;
    margin-top: 15px;
    overflow: hidden;
}

.cursos-item-caption {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.35) 70%);
    bottom: 0;
    height: 100%;
    position: relative;
    width: 100%;
}

.cursos-item-caption-in {
    bottom: 0;
    padding: 0 15px 15px 15px;
    position: absolute;
    width: 100%;
}

.cursos-item-caption-subtitle {
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.cursos-item-caption-title {
    color: #FFF;
    font-size: 22px;
    margin-bottom: 15px;
}

.saiba-mais {
    color: #FFF;
    display: inline-block;
    font-size: 12px;
    margin-top: 8px;
    text-decoration: none;
    text-transform: uppercase;
}

.saiba-mais:hover {
    color: #CCC;    
}

.info {    
    margin-right: 5px;
    position: relative;
    top: -3px;
}

.processo-seletivo {
    padding-bottom: 50px;
    padding-top: 35px;
}

.accordion-area {
    margin-bottom: 60px;
}

.accordion-area .sp-tab__tab-pane {
    padding-top: 0!important;
}

.accordion-area .sp-tab__tab-pane ul li {
    font-size: 17px;
    margin-bottom: 6px;
}

.accordion-area .sp-tab__tab-pane ul li a, 
.accordion-area .sp-tab__tab-pane a {
    color: #057836!important;
    font-size: 17px!important;
    text-decoration: underline!important;
}

.accordion-area .sp-tab__tab-pane h4 {
    color: #057836;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 25px;
}

.accordion-area .sp-tab__nav.sp-tab__nav-tabs {
    border-bottom: none!important;
}

.accordion-area .sp-tab__nav.sp-tab__nav-tabs {
    float: left;
    width: 30%;    
}

.accordion-area .sp-tab__tab-content {
    float: left;
    padding-left: 30px;
    width: 70%;    
}

.accordion-area .sp-tab__nav-item {
    background-color: transparent!important;
    margin-bottom: 10px!important;
    width: 100%;    
}

.accordion-area .sp-tab__nav-link {
    border-color: transparent!important;
    float: left;
    width: 100%;
    display: block;
}

.accordion-area .sp-tab__nav-link.sp-tab__active {
    background: linear-gradient(90deg, #057836 0%, #30B55E 100%)!important;
}

.accordion-area .sp-tab__nav-link.sp-tab__active .sp-tab__tab_title {
    color: #FFF!important;
}

.accordion-area .sp-tab__tab_title {
    font-size: 17px!important;
    text-transform: uppercase;
}

.accordion-area .sp-tab__tab-pane {
    border: none!important;
}

.accordion-area .sp-tab-content p {
    font-size: 17px;
    margin-bottom: 30px;
}

.accordion-area .sp-tab-content p:last-child {
    margin-bottom: 0;
}

.formas-ingresso {
    background-color: #1a361c;
    padding-bottom: 50px;
    padding-top: 50px;
}

.formas-ingresso-box-textos {
    align-items: center;
    display: flex;
    height: 190px;
    justify-content: center;
}

.formas-ingresso-title {
    color: #154F29;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    min-height: 100px;
    text-transform: uppercase;
}

.formas-ingresso-out {
    text-decoration: none;
}

.formas-ingresso-item {
    background-color: #FFF;
    border: 8px solid #FFF;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 30px 50px;
    text-align: center;
}

.formas-ingresso-item:hover {
    border: 8px solid #30B55E;
}

.formas-ingresso-item p {
    background-color: #FFF;
    color: #7F7F7F;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 30px;
}

.quero-me-inscrever {
    background: linear-gradient(90deg, #057836 0%, #30B55E 100%);
    color: #FFF;
    display: block;
    font-size: 24px;
    font-weight: 700;
    padding: 13px 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.quero-me-inscrever:hover {
    background: linear-gradient(90deg, #30B55E 0%, #057836 100%);    
}

.saiba-mais-outline {
    background: transparent;
    border: 2px solid #FFF;
    color: #FFF;
    display: block;
    font-size: 24px;
    font-weight: 700;
    padding: 11px 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.saiba-mais-outline:hover {
    background: #FFF;
    color: #057836;
}

.saiba-mais-outline-verde {
    background: transparent;
    border: 2px solid #154F29;
    color: #154F29;
    display: block;
    font-size: 24px;
    font-weight: 700;
    padding: 11px 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.saiba-mais-outline-verde:hover {
    background: #30B55E;
    border: 2px solid #30B55E;
    color: #FFF;
}

.ico-pdf {
    margin-left: 10px;
    position: relative;
    top: -3px;
}

.motivos {
    padding-bottom: 50px;
    padding-top: 50px;
}

.motivos-right {
    position: relative;
}

.motivos-box {
    background-color: #30B55E;
    border-bottom-left-radius: 35px;
    border-top-right-radius: 35px;
    padding: 30px 25px;
    position: absolute;
    top: 120px;
    width: 430px;
}

.motivos-box-title {
    color: #FFF;
    font-size: 62px;
    line-height: 60px;
    margin: 0;
    padding: 0;
}

.motivos-box-title span {
    color: #1A361C;    
}

.motivos-left {
    background-color: #154f29;
    border-radius: 40px;
    padding: 100px 200px;
}

.motivos-item {
    border-bottom: 1px solid #0c381b;
    padding-bottom: 15px;
    padding-top: 15px;
}

.motivos-item:last-child {
    border-bottom: none;
}

.motivos-subtitle {
    color: #FFF;
    font-size: 24px;
}

.conheca {
    padding-bottom: 65px;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
    position: relative;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%!important;
    border: 0;
}

.visite-campus-left {
    background-color: #154f29;
    padding-right: 130px;
}

.visite-campus-left, 
.visite-campus-right {
    padding-bottom: 20px;
    padding-top: 50px;
}

.visite-campus-left .section-title {
    margin-bottom: 20px;
    text-align: left;
}

.visite-campus-left p {
    color: #FFF;
    font-size: 17px;
    margin-bottom: 30px;
}

.flexslider-in {
    left: -70px;
    position: relative;
}

.footer {
    background-color: #333;
    color: #FFF;
    padding-bottom: 30px;
    padding-top: 50px;
}

.footer-title {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 15px;
}

.whatsapp {
    color: #FFF;
    font-size: 18px;
    text-decoration: none;
}

.whatsapp:hover {
    color: #CCC;
}

.whatsapp-ico {    
    margin-right: 10px;
    position: relative;
    top: -5px;
}

.footer-logo-link {
    display: inline-block;
}

.footer-logo {
    float: right;
}

.footer-bottom {
    border-top: 1px solid #FFF;
    margin-top: 30px;
    padding-top: 30px;
}

.copyrights {
    font-size: 16px;
    margin-bottom: 5px;
}

.politicas {
    color: #FFF;
    font-size: 16px;    
    text-decoration: underline;
}

.politicas:hover {
    color: #CCC;
    text-decoration: underline;
}

.networks {
    float: right;
}

.networks li {
    display: inline-block;
    margin-left: 16px;
}

.networks li a {
    display: block;
}

/** botões **/

.botao {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.botao-white {
    background: #FFF; 
    color: #154f29;
    font-size: 22px;    
    padding: 10px 35px;
}

.botao-white:hover {
    background: linear-gradient(90deg, #999 0%, #FFF 100%);     
}

.botao-green {
    background: linear-gradient(90deg, #057836 0%, #30B55E 100%);
    border-radius: 32px;
    color: #FFF;
    font-size: 17px;    
    padding-bottom: 6px;
    padding-top: 6px;
    width: 100%;
}

.botao-green:hover {
    background: linear-gradient(90deg, #30B55E 0%, #057836 100%);
}

.botao-white-cursos {
    background: #FFF;
    border-radius: 32px;
    color: #154F29;
    font-size: 17px;    
    margin-bottom: 5px;
    padding-bottom: 6px;
    padding-top: 6px;
    width: 100%;
}

.botao-white-cursos:hover {
    background: linear-gradient(90deg, #057836 0%, #30B55E 100%);
    color: #FFF;
}

/* button-container */

.button-container-ld {
    cursor: pointer;
    display: none;
    right: 15px;
    padding: 6px;
    position: absolute;
    width: 42px;
    z-index: 2;
}

.button-container-ld.active .top {
    transform: translateY(5px) translateX(0) rotate(45deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.button-container-ld.active .middle {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.button-container-ld.active .bottom {
    transform: translateY(-13px) translateX(0) rotate(-45deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.button-container-ld.active-2 {
    border-color: #2fb55f;
}

.button-container-ld span {
    background-color: #2fb55f;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
    height: 4px;
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.button-container-ld span.green-btn {
    background-color: #505050;
}

/* media queries */

@media (max-width: 1200px) {

    .container {
        max-width: 100%;
    }

    .quero-me-inscrever {
        padding-bottom: 11px;
        padding-top: 11px;
    }

    .quero-me-inscrever,
    .saiba-mais-outline, 
    .saiba-mais-outline-verde {
        font-size: 18px;
    }

    .formas-ingresso-item {
        padding: 20px;
    }

    .formas-ingresso-title {
        font-size: 28px;
        min-height: 65px;
    }

    .motivos-box {
        width: 380px;
    }

    .motivos-box-title  {
        font-size: 50px;
        line-height: 50px;
    }

    .flexslider-in {
        left: 0;
    }

}

@media (max-width: 1160px) {

    .button-container-ld {
        display: block;
    }

    .naveg {
        background-color: #fff;
        display: block;
        height: 100%;
        left: -1400px;
        min-height: 100%;
        padding: 60px 20px 20px 10px;
        position: fixed;
        top: 0;
        z-index: 1;
        width: 100%;
        -webkit-transition: all 0.95s;
        -moz-transition: all 0.95s;
        -o-transition: all 0.95s;
        transition: all 0.95s;
    }

    .naveg li {
        display: block;
        margin-bottom: 28px;
    }

    .naveg li a, 
    .naveg li a:hover {
        color: #057836;
    }

    .naveg.naveg-active {
        display: block;
        left: 0;
        -webkit-transition: all 0.75s;
        -moz-transition: all 0.75s;
        -o-transition: all 0.75s;
        transition: all 0.75s;
    }

    .slider-left, 
    .slider-right {
        min-height: 650px;
    }
    

    .slider-left {
        padding-top: 140px;
    }

    .slider-left p {
        font-size: 28px;
        line-height: 30px;        
    }

    .slider-title {
        font-size: 46px;
        line-height: 46px;
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .selo {
        width: 90px;
    }
    
    .slider-img {
        bottom: -110px;        
    }

}

@media (max-width: 991px) {

    .quero-me-inscrever {
        margin-bottom: 25px;
    }

    .slider-left p {
        font-size: 27px;
        line-height: 27px;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .slider-left, 
    .slider-right {
        min-height: 560px;
    }

    .cursos {
        padding-top: 30px;
    }

    .formas-ingresso-box-textos {
        height: initial;
    }

    .formas-ingresso-title {
        min-height: initial;
    }

    .motivos .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .motivos-left {
        padding: 80px 45px 30px 45px;
    }

    .motivos-box {
        margin-bottom: -45px;
        margin-left: 20px;
        position: initial;
        width: 92%;
    }

    .motivos-item {
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .motivos-box-title {
        text-align: center;
    }

    .footer-logo {
        float: left;
        margin-top: 30px;
        max-width: 300px;
    }

    .footer-title {
        font-size: 42px;
    }

    .networks {
        float: left;
        margin-top: 30px;
        padding-left: 0;
    }

    .networks li:first-child {
        margin-left: 0;
    }

    .visite-campus-left, 
    .visite-campus-right {
        width: 100%;
    }

    .visite-campus-left {
        padding-bottom: 30px;
        padding-right: 15px;
        padding-top: 30px;
    }

}

@media (max-width: 767px) {

    .slider {
        background-position: right center!important;
    }

    .sticky-wrapper.is-sticky .header-ld {
        opacity: 1;
    }

    .slider-left, 
    .slider-right {
        min-height: initial;
    }

    .slider-left {
        padding-top: 185px;
    }

    .slider-title {
        display: block;
        font-size: 34px;
        line-height: 40px;
        margin: 0 auto;
        max-width: 335px;
    }
    
    .slider-left p {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 23px;
        margin-top: 23px;
    }

    .slider-img {
        position: initial;
        width: 420px;        
    }

    .slider-left {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .slider-left p {
        margin-bottom: 45px;
    }

    .slider-right {
        justify-content: center;
    }
    
    .saiba-mais-outline {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .quero-me-inscrever {
        margin-bottom: 15px;
    }

    .processo-seletivo {
        padding-bottom: 30px;
        padding-top: 0px;
    }

    .formas-ingresso-box-textos, 
    .formas-ingresso-title {
        height: initial;
        min-height: initial;
    } 
    
    .section-title-green {
        margin-bottom: 20px;
    }

    .accordion-area .sp-tab__tab-content {
        margin-top: 30px;
        padding-left: 0;
    }

    .accordion-area .sp-tab__tab-content, 
    .accordion-area .sp-tab__nav.sp-tab__nav-tabs {
        width: 100%;
    }

    .section-title {
        font-size: 40px;
    }

    .motivos-box-title {
        font-size: 40px;
        line-height: 41px;
    }

    .motivos-left {
        padding-top: 65px;
    }

    .motivos-subtitle {
        font-size: 20px;
    }

    .motivos-item img {
        width: 55px;
    }

    .footer-title {
        font-size: 38px;
    }

    .footer-logo {
        max-width: 270px;
    }

}